body, html {
	height: 100%;
	font-family: Proxima Nova, 'proxima-nova', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #424242;
	text-align: justify;
    text-justify: inter-word;
}
h1, h2, h4, h5, h6 {
	margin: 0;
	padding: 1rem 0;
}
img {
	max-width: 100%;
}
h2 {
	font-weight: 100;
	font-size: 20px;
	text-align: right;
}

h3  {
	color: #cc0000;
}
h4 {
	font-weight: 600;
	color: #010101;
	font-size: 1.2rem;
}

article.sols {
	margin-top: 30px;

}
/*GENERALES & BASICOS*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.content,
.carousel-caption {
	width: 1000px;
	margin: 0 auto;
}
.top:after,
.content:after,
ul:after,
nav:after,
section:after,
article:after,
footer:after {
	content: "";
	display: table;
	clear: both;

}
a:focus {
	text-decoration: none;
	outline: none;
}
hr {
	margin: 1rem 0;
	border-top: 1px solid #E3E3E3;
}
.row {
    margin: 0;
    padding: 0.3rem 0;
}
/*TOP*/
header {
	width: 100%;
	margin: 0 auto;
	background-image: url("http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7b04e5ce36-3d59-4189-b6f6-5f378fb4bdc2%7d_bg-slider.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	background-size: cover;
}
.top {
	max-width: 1100px;
	margin: 0 auto;
	z-index: 50;
	background-color: #CC0000;
}
/*CAROUSEL*/
.carousel {
	margin: 0 auto 4rem auto;
	max-height: 450px;
	max-width: 1100px;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li,
.carousel-indicators li.active {
	border: 1px solid #CC0000;
	background-color: transparent;
	vertical-align: top;
	width: 18px;
	height: 18px;
	margin: 1px;
}
.carousel-indicators li.active:after {
	content: '';
	display: block;
	margin: 2px auto 0 auto;
	width: 12px;
	height: 12px;
	background-color: #CC0000;
	border-radius: 10px;
}
.carousel-inner .active {
}
.carousel-inner,
.carousel .item {
	max-height: inherit;
}
.carousel img,
.carousel-inner>.item>img {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.carousel-caption {
	text-shadow: none;
	text-align: left;
	left: 0;
	right: 0;
}
.carousel-caption a {
	display: block;
    float: right;
    width: 40%;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    color: #FFFFFF;
    background-color: #cc0000;
    text-align: right;
    cursor: default;
    text-decoration: none;
}
/*MODAL*/
.modal-dialog {
	width: 100%;
	max-width: 900px;
}
.modal-content {
	border-radius: 0;
}
/*Video responsiveness*/
.videoWrapper {
	position: relative;
	padding-bottom: 54.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 15px;
}
/*SIDEBAR*/
.sidebar {
	padding-left: 0;
}
.sidebar article {
	line-height: 1.5rem;
}
.sidebar .col-sm-4 {
	padding: 0;
}
.sidebar article.cta-10things {
	padding: 0;
	font-size: 1.2rem;
	font-weight: 100;
	text-align: center;
	background-image: url("http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7bb7a0fe5f-aecb-497d-a2ac-4892f0be4dcc%7d_bg-10things.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-size: cover;
}
.sidebar article.cta-10things a {
	display: block;
	padding: 2rem;
	color: #FFFFFF;
}
.sidebar article.cta-10things a span {
	padding: 1rem 0 1rem 2rem;
	font-size: 1.4rem;
	text-transform: uppercase;
	background-image: url(../imgs/ico-read.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
/*REGISTER*/

h5 {
	text-align: right;
	padding: 10px 0 0 0;
	font-size: 11;
	font-style: italic;
	color: #828282;
}

input {
	color:#b3b3b3;
	background-color: #efefef;
	font-weight: lighter;
}
.register {
	border: 1px solid #adadad;
	padding: 2rem;
	text-align: left;
}
.register label {
	padding: 0 0.5rem;
	font-weight: 400;
}
.register .col-sm-1 {
	color: #CC0000;
	font-weight: 600;
	font-size: 1.2rem;
}
input[type="text"] {
	border: 1px solid #CCCCCC;
	padding: 0.1rem 0.5rem;
}
input[type="text"]:hover,
input[type="text"]:focus {
	outline: none;
	border-color: #666666;
}
form {
	position: relative;
	display: block;
}
.comments {
	height: 50px;
}

textarea {
	border:1px solid #CCCCCC;
}
.submit,
input.submit {
	position: absolute;
	width: 40%;
	padding: 1rem 0;
	left: 50%;
	margin-left: -20%;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-color: #CC0000;
	border: none;
	cursor: pointer;
}
#comments {
	background-color: #efefef;
	padding: 5px 15px 5px 7px;
}
.submit:hover,
input.submit:hover,
.submit:focus,
input.submit:focus {
	outline: none;
	background-color: #444040;
}

.down-pdf {
	margin-top: 20px;
	display: block;
	float: right;
	width: 100%;
	padding: 1.2rem 2.5rem;
	font-size: 1.1rem;
	color: #FFFFFF;
	background-image: url("http://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7ba2a009ee-618b-4ec5-a73d-048f148b9d7c%7d_bg-dark.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-size: cover;	
	text-align: right;
}
.down-pdf a{
	color: #ffffff;
}
/*FOOTER*/
footer {
	padding: 2rem 0;
	text-align: right;
}
footer .content {
	padding-top: 1rem;
	border-top: 1px solid #C9C9C9;
	font-size: 12px;
}

footer .content .foo-cont a:first-child {
	    border: 0;
    padding-left: 0!important;
}

footer .content .foo-cont a {
	padding: 0 12px 0 13px!important;
    border-left: 1px solid #7d7d7d;
    font-size: 12px;
}

#video {
	margin-top: 50px;
}

/*MEDIA QUERIES*/
@media (max-width: 960px) {
	.content {
		width: 760px;
	}
	.carousel-caption {
		width: 100%;
	}
	.sidebar {
		padding: 0 1rem;
	}
}

@media (max-width: 768px) {
	.top {
		position: static;
	}
	.content {
		width: 480px;
	}
	.carousel-caption {
		bottom: 0;
		padding: 0;
		position: static;
	}
	.carousel-caption a {
		display: block;
		float: right;
		width: 100%;
		margin: 0;
		padding: 1rem;
	}


@media (max-width: 480px) {
	.content {
		width: 100%;
	}
}

.sidebar article img {
	display: inline;
	text-align: center;
}



